home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 1072 / readme.bat < prev    next >
DOS Batch File  |  1988-09-26  |  222b  |  16 lines

  1. echo off
  2. cls
  3. if exist c:\dos\more.com goto m1
  4. if exist more.com goto m2
  5. if exist \more.com goto m3
  6. type readme.doc
  7. goto exit
  8. :m1
  9. c:\dos\more<readme.doc
  10. goto exit
  11. :m2
  12. more<readme.doc
  13. goto exit
  14. :exit
  15. echo on
  16.